From 06e8ae35549fcac2b174e810d7715ab513756fed Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 6 May 2024 18:38:00 +0200 Subject: [PATCH] odps -> opds --- rusty-library/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rusty-library/src/cli.rs b/rusty-library/src/cli.rs index 4fd4407..5a7f28c 100644 --- a/rusty-library/src/cli.rs +++ b/rusty-library/src/cli.rs @@ -1,6 +1,6 @@ use clap::Parser; -/// Simple odps server for calibre +/// Simple opds server for calibre #[derive(Parser)] #[command(version, about, long_about = None)] pub struct Cli {