@@ -115,7 +115,7 @@ func initializeCommandLine() (map[string]interface{}, map[string]interface{}) {
115
115
stringOptions := []Option {
116
116
{'I' , "init" , "<path>" , "Initialize a new database" , 0 },
117
117
{'d' , "decrypt" , "<path>" , "Decrypt password database" , 0 },
118
- {'C' , "copy " , "<id>" , "Copy an entry" , 0 },
118
+ {'C' , "clone " , "<id>" , "Clone an entry" , 0 },
119
119
{'R' , "remove" , "<id>" , "Remove an entry" , 0 },
120
120
{'U' , "use-db" , "<path>" , "Set as active database" , 0 },
121
121
{'f' , "find" , "<term>" , "Search entries" , 1 },
@@ -135,6 +135,7 @@ func initializeCommandLine() (map[string]interface{}, map[string]interface{}) {
135
135
{'p' , "path" , "" , "Show current database path" , 1 },
136
136
{'a' , "list-all" , "" , "List all entries in current database" , 1 },
137
137
{'s' , "show" , "" , "Show passwords when listing entries" , 3 },
138
+ {'c' , "copy" , "" , "Copy password to clipboard" , 3 },
138
139
{'v' , "version" , "" , "Show version information and exit" , 2 },
139
140
{'h' , "help" , "" , "Print this help message and exit" , 2 },
140
141
}
0 commit comments