comparison lwar/main.c @ 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 e34c8bd6ea29
comparison
equal deleted inserted replaced
427:45df37e81741 428:c5841e2c745d
114 "List the contents of the archive" }, 114 "List the contents of the archive" },
115 { "create", 'c', 0, 0, 115 { "create", 'c', 0, 0,
116 "Create new archive (or truncate existing one)" }, 116 "Create new archive (or truncate existing one)" },
117 { "merge", 'm', 0, 0, 117 { "merge", 'm', 0, 0,
118 "Add the contents of archive arguments instead of the archives themselves" }, 118 "Add the contents of archive arguments instead of the archives themselves" },
119 { "filename", 'f', 0, 0, 119 { "nopaths", 'n', 0, 0,
120 "Prevent the path from being archived" }, 120 "Store only the filename when adding members and ignore the path, if any, when extracting members" },
121 { "debug", 'd', 0, 0, 121 { "debug", 'd', 0, 0,
122 "Set debug mode"}, 122 "Set debug mode"},
123 { 0 } 123 { 0 }
124 }; 124 };
125 125