Gentoo Archives: gentoo-commits

From: Devan Franchini <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: doc/
Date: Sat, 25 Jan 2014 03:15:01
Message-Id: 1390619683.beef26131a2b31c5e58895975a87d2ea7f339fae.twitch153@gentoo
1 commit: beef26131a2b31c5e58895975a87d2ea7f339fae
2 Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 6 06:32:08 2014 +0000
4 Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 25 03:14:43 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=beef2613
7
8 doc/webapp-config.8.xml: Improves man page synopsis.
9
10 Improvements done to the synopsis of webapp-config include the
11 following: including the --copy, --soft, and --secure flags with the
12 synopsis for the -U flag to indicate to the user that these flags are
13 also usable with this flag. Adding the necessary opts app-name and
14 app-version for the -C flag to indicate to users that these two args are
15 necessary when uninstalling a webapp. And adding the --secure flag to
16 the synopsis for the -C flag to indicate that it is an optional arg if
17 the --secure flag is used with the -I flag or -U flag.
18
19 X-Gentoo-Bug: 496568
20 X-Gentoo-Bug-URL: https://bugs.gentoo.org/496568
21
22 ---
23 doc/webapp-config.8.xml | 12 ++++++++++++
24 1 file changed, 12 insertions(+)
25
26 diff --git a/doc/webapp-config.8.xml b/doc/webapp-config.8.xml
27 index 459e301..e4141a1 100644
28 --- a/doc/webapp-config.8.xml
29 +++ b/doc/webapp-config.8.xml
30 @@ -89,6 +89,9 @@
31 </arg>
32 <arg choice="opt">
33 <option>-dghusDE</option>
34 + <option>--soft</option>
35 + <option>--copy</option>
36 + <option>--secure</option>
37 </arg>
38 <arg choice="req">
39 <replaceable>app-name</replaceable>
40 @@ -110,6 +113,15 @@
41 <option>-d</option>
42 <replaceable>directory</replaceable>
43 </arg>
44 + <arg choice="opt">
45 + <replaceable>--secure</replaceable>
46 + </arg>
47 + <arg choice="req">
48 + <replaceable>app-name</replaceable>
49 + </arg>
50 + <arg choice="req">
51 + <replaceable>app-version</replaceable>
52 + </arg>
53 </cmdsynopsis>
54
55 <cmdsynopsis>