summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_command_options_changes.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/wishlist:_command_options_changes.mdwn')
-rw-r--r--doc/todo/wishlist:_command_options_changes.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_command_options_changes.mdwn b/doc/todo/wishlist:_command_options_changes.mdwn
new file mode 100644
index 000000000..b15440181
--- /dev/null
+++ b/doc/todo/wishlist:_command_options_changes.mdwn
@@ -0,0 +1,17 @@
+Some suggestions for changes to command options:
+
+ * --verbose:
+ * add alternate: -v
+
+ * --from:
+ * replace with: -s $SOURCE || --source=$SOURCE
+
+ * --to:
+ * replace with: -d $DESTINATION || --destination=$DESTINATION
+
+ * --force:
+ * add alternate: -F
+ * "-f" was removed in v0.20110417
+ * since it forces unsafe operations, should be capitalized to reduce chance of accidental usage.
+
+[[done]], see comments