summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-11-08 13:02:07 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-11-08 13:02:07 +0200
commit2f0b4b144b0b7d81fe324091c2902592bbbac005 (patch)
treeb97e49f231d52812deff3741932603e654540ab3
parent6823d85bdb3d46f60a7357cc73e60fcf6ba88a96 (diff)
Update synopsis in apt-get manpage for '-v'/'--version'.
-rw-r--r--debian/changelog2
-rw-r--r--doc/apt-get.8.xml10
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 41093666b..5ff981df6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ apt (0.7.19) unstable; urgency=low
* doc/sources.list.5.xml:
- Mentioned allowed characters in file names in /etc/apt/sources.list.d.
Thanks to Matthias Urlichs. (Closes: #426913)
+ * doc/apt-get.8.xml:
+ - Included '-v'/'--version' as a command to synopsis.
-- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 08 Nov 2008 12:40:19 +0200
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 325f1964d..416fd0384 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -15,7 +15,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>05 November 2008</date>
+ <date>08 November 2008</date>
</refentryinfo>
<refmeta>
@@ -33,7 +33,7 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>apt-get</command>
- <arg><option>-vsqdyfmubV</option></arg>
+ <arg><option>-sqdyfmubV</option></arg>
<arg>
<option>-o=
<replaceable>config_string</replaceable>
@@ -91,6 +91,12 @@
<arg choice='plain'>autoremove</arg>
<arg choice='plain'>
<group choice='req'>
+ <arg choice='plain'>-v</arg>
+ <arg choice='plain'>--version</arg>
+ </group>
+ </arg>
+ <arg choice='plain'>
+ <group choice='req'>
<arg choice='plain'>-h</arg>
<arg choice='plain'>--help</arg>
</group>