|
|
@@ -62,10 +62,15 @@ LONG VIEW OPTIONS
|
|
|
--no-user suppress the user field
|
|
|
--no-time suppress the time field";
|
|
|
|
|
|
-static GIT_FILTER_HELP: &str = " --git-ignore ignore files mentioned in '.gitignore'";
|
|
|
-static GIT_VIEW_HELP: &str = " --git list each file's Git status, if tracked or ignored";
|
|
|
-static EXTENDED_HELP: &str = " -@, --extended list each file's extended attributes and sizes";
|
|
|
-static SECATTR_HELP: &str = " -Z, --context list each file's security context";
|
|
|
+static GIT_FILTER_HELP: &str = " \
|
|
|
+ --git-ignore ignore files mentioned in '.gitignore'";
|
|
|
+static GIT_VIEW_HELP: &str = " \
|
|
|
+ --git list each file's Git status, if tracked or ignored
|
|
|
+ --git-repos list root of git-tree status";
|
|
|
+static EXTENDED_HELP: &str = " \
|
|
|
+ -@, --extended list each file's extended attributes and sizes";
|
|
|
+static SECATTR_HELP: &str = " \
|
|
|
+ -Z, --context list each file's security context";
|
|
|
|
|
|
/// All the information needed to display the help text, which depends
|
|
|
/// on which features are enabled and whether the user only wants to
|