X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fsrc%2Flsxid.c;h=38d4c839e3d9a9a72117c2d813ddc69060850dc4;hb=fa2ee7da0a442f42f4672515bb3b48dd8f5a146e;hp=cc7cd18eed9a5f8340cdf0f9952d3f79982e9c0c;hpb=4de2215dbcdbe54926661409b9729b45f724b18c;p=util-vserver.git diff --git a/util-vserver/src/lsxid.c b/util-vserver/src/lsxid.c index cc7cd18..38d4c83 100644 --- a/util-vserver/src/lsxid.c +++ b/util-vserver/src/lsxid.c @@ -41,7 +41,7 @@ CMDLINE_OPTIONS[] = { { 0,0,0,0 } }; -char const CMDLINE_OPTIONS_SHORT[] = "Radn"; +char const CMDLINE_OPTIONS_SHORT[] = "Radnx"; void showHelp(int fd, char const *cmd, int res) @@ -49,13 +49,14 @@ showHelp(int fd, char const *cmd, int res) WRITE_MSG(fd, "Usage: "); WRITE_STR(fd, cmd); WRITE_MSG(fd, - " [-Radn] [--] *\n\n" + " [-Radnx] [--] *\n\n" " Options:\n" " -R ... recurse through directories\n" " -a ... display files starting with '.' also\n" " -d ... list directories like other files instead of\n" " listing their content\n" " -n ... do not try to do xid -> vserver-name mapping\n" + " -x ... do not cross filesystems\n\n" "Please report bugs to " PACKAGE_BUGREPORT "\n"); exit(res); }