summaryrefslogtreecommitdiff
path: root/getfattr
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-02-25 23:11:05 +0000
committerNathan Scott <nathans@sgi.com>2002-02-25 23:11:05 +0000
commit368202f9af7b38948fda25d9d07a2ed92fa7eb5c (patch)
treedc6a0a0f256210ef9687cc4090e03515979c796e /getfattr
parent5f174a9fbe68d24975819fb67cb8e29e71c44bc8 (diff)
downloadattr-368202f9af7b38948fda25d9d07a2ed92fa7eb5c.tar.gz
Merge of xfs-cmds-2.4.18:slinx:112587a by nathans.
redo short/long options in the way Andreas intended, and fix up man pages.
Diffstat (limited to 'getfattr')
-rw-r--r--getfattr/getfattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/getfattr/getfattr.c b/getfattr/getfattr.c
index bc098b0..86b03e6 100644
--- a/getfattr/getfattr.c
+++ b/getfattr/getfattr.c
@@ -34,8 +34,8 @@
#include <libintl.h>
#define _(String) gettext (String)
-#define CMD_LINE_OPTIONS "ade:hm:n:v:HRLP"
-#define CMD_LINE_SPEC "[-ahvRLP] [-n name|-d] [-e en] [-m pattern] path..."
+#define CMD_LINE_OPTIONS "n:de:m:hRLP"
+#define CMD_LINE_SPEC "[-hRLP] [-n name|-d] [-e en] [-m pattern] path..."
struct option long_options[] = {
{ "name", 1, 0, 'n' },