aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 9c04174..649bc3d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -42,7 +42,7 @@ enum Command {
#[clap(long)]
database: String,
- #[clap(long, help = "Format: <column_name>=<primary-key>")]
+ #[clap(long, help = "Format: <primary-key> | <column_name>=<primary-key>")]
primary_key: String,
table_name: String,