You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a really bad idea to change any existing short option to support
optional arguments.
Fixes: #3512
References: 841d15e
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit 0ecaef6)
Copy file name to clipboardExpand all lines: misc-utils/findmnt.8.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Use JSON output format.
87
87
*-k*, *--kernel*[_=method_]::
88
88
Reads information about filesystems from the kernel. This is the default output. The format is tree-like and only includes mount options managed by the kernel (see also *--mtab*).
89
89
+
90
-
The optional argument _method_ can be either:
90
+
The optional argument _method_ is supported only for the long variant (--kernel). The short variant (-k) defaults to the mountinfo method for backward compatibility. The supported methods can be either:
91
91
+
92
92
* *mountinfo* - this is the default method and it reads data from the _/proc/self/mountinfo_ file.
0 commit comments