diff options
author | Ernestas Kulik <ernestask@src.gnome.org> | 2016-09-23 20:31:26 +0300 |
---|---|---|
committer | Ernestas Kulik <ernestask@src.gnome.org> | 2016-09-24 09:00:31 +0300 |
commit | d3b332df6a8955f03c95cb126f1eaf210a2b60c2 (patch) | |
tree | 54fde7039d66cada348f0195a4c32d7ca6d47924 /docs | |
parent | ea40a2e1c7b4b797c680021590c285bc13696281 (diff) | |
download | nautilus-d3b332df6a8955f03c95cb126f1eaf210a2b60c2.tar.gz |
nautilus.1: flag deprecated options
Some command-line options have been deprecated and should be advertised
as such.
https://bugzilla.gnome.org/show_bug.cgi?id=771887
Diffstat (limited to 'docs')
-rw-r--r-- | docs/nautilus.1 | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/docs/nautilus.1 b/docs/nautilus.1 index b2bfa9132..f274f5836 100644 --- a/docs/nautilus.1 +++ b/docs/nautilus.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH Nautilus 1 "24 June 2016" +.TH Nautilus 1 "23 September 2016" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -34,8 +34,13 @@ is a file manager, designed for the GNOME 3 desktop. Perform a quick set of self-check tests. .TP +.B \-\-version +Show the version of the program. + +.TP .BR \-g ", " \-\-geometry=\fIGEOMETRY\fR -Create the initial window with the given geometry. +Create the initial window with the given geometry. \fBDeprecated\fR - the geometry +is saved and loaded using GSettings. .TP .BR \-w ", " \-\-new-window @@ -47,11 +52,8 @@ Only create windows for explicitly specified URIs. .TP .B \-\-no-desktop -Never manage the desktop (ignore the GSettings preference). - -.TP -.B \-\-force-desktop -Always manage the desktop (ignore the GSettings preference). +Never manage the desktop (ignore the GSettings preference). \fBDeprecated\fR - the +desktop is managed in a separate binary. .TP .BR \-q ", " \-\-quit @@ -66,10 +68,6 @@ Select specified URI in parent folder. Show a summary of options. .TP -.B \-\-version -Show Nautilus' version. - -.TP Other standard GNOME options not listed here are also supported. .SH SEE ALSO |