Mercurial > hg > index.cgi
changeset 428:c5841e2c745d
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.
author | William Astle <lost@l-w.ca> |
---|---|
date | Tue, 15 Nov 2016 21:47:38 -0700 |
parents | 45df37e81741 |
children | 92cabf300986 |
files | lwar/main.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 }