diff options
| author | Benno Schulenberg <bensberg@telfort.nl> | 2025-04-26 11:30:18 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2025-04-29 13:02:40 +0200 |
| commit | f6531ecfd2e9cd2210412f77543a5db1c7952952 (patch) | |
| tree | aa492d16157dbfd4b600a4f24e15ccabe25c6d2f /misc-utils/findmnt.c | |
| parent | fa6d89e6e313bfd234bbf286023da7ae73769ce9 (diff) | |
| download | util-linux-f6531ecfd2e9cd2210412f77543a5db1c7952952.tar.gz | |
docs,usage: harmonize description of --hyperlink, and add 2 missing ones
Harmonize the description by placing the option in a separate file.
Also, use _when_/<when> (instead of _mode_/<mode>) as the optional
argument, since the possible values are: "always", "never", "auto".
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to 'misc-utils/findmnt.c')
| -rw-r--r-- | misc-utils/findmnt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c index 2682de1d77..130ac1b139 100644 --- a/misc-utils/findmnt.c +++ b/misc-utils/findmnt.c @@ -1568,6 +1568,8 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_(" -D, --df imitate the output of df(1)\n"), out); fputs(_(" -e, --evaluate convert tags (LABEL,UUID,PARTUUID,PARTLABEL) \n" " to device names\n"), out); + fputs(_(" --hyperlink[=<when>]\n" + " print paths as hyperlinks (always|never|auto)\n"), out); fputs(_(" -I, --dfi imitate the output of df(1) with -i option\n"), out); fputs(_(" -J, --json use JSON output format\n"), out); fputs(_(" -l, --list use list format output\n"), out); |
