Add yet another synonym for -n.

This commit is contained in:
kientzle 2004-06-28 14:02:22 +00:00
parent faeaf22c64
commit b7e4060b9b

View File

@ -126,6 +126,7 @@ const struct option tar_longopts[] = {
{ "modification-time", no_argument, NULL, 'm' },
{ "nodump", no_argument, NULL, OPTION_NODUMP },
{ "norecurse", no_argument, NULL, 'n' },
{ "no-recursion", no_argument, NULL, 'n' },
{ "no-same-owner", no_argument, NULL, 'o' },
{ "no-same-permissions",no_argument, NULL, OPTION_NO_SAME_PERMISSIONS },
{ "null", no_argument, NULL, OPTION_NULL },