# HG changeset patch # User William Astle # Date 1479271658 25200 # Node ID c5841e2c745d3c1e36107e978178ff3ee7e7b496 # Parent 45df37e81741f5b33500e7c1ecebe6bdaf5355fd Change "filename" option in lwar to "nopaths" Change the option name added in changeset 45df37e81741 to "nopaths" to be more descriptive for what it actually does. diff -r 45df37e81741 -r c5841e2c745d lwar/main.c --- a/lwar/main.c Tue Nov 15 21:43:33 2016 -0700 +++ b/lwar/main.c Tue Nov 15 21:47:38 2016 -0700 @@ -116,8 +116,8 @@ "Create new archive (or truncate existing one)" }, { "merge", 'm', 0, 0, "Add the contents of archive arguments instead of the archives themselves" }, - { "filename", 'f', 0, 0, - "Prevent the path from being archived" }, + { "nopaths", 'n', 0, 0, + "Store only the filename when adding members and ignore the path, if any, when extracting members" }, { "debug", 'd', 0, 0, "Set debug mode"}, { 0 }