[Pkg-owncloud-commits] [owncloud] 59/63: Refresh manpage
David Prévot
taffit at moszumanska.debian.org
Tue Dec 22 16:51:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8.0
in repository owncloud.
commit fcdfcfff34f619352c248ec6949319d3636d0842
Author: David Prévot <taffit at debian.org>
Date: Fri Apr 17 00:44:51 2015 -0400
Refresh manpage
Git-Dch: Ignore
---
debian/README.source | 11 ++++-------
debian/occ.8 | 38 +++++++++++++++++++-------------------
2 files changed, 23 insertions(+), 26 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index 2535a19..133a2e8 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -25,10 +25,7 @@ directory) — owncloud needs to be installed and setup, that’s why the manpag
isn’t generated at build time:
$ help2man \
- --help-option=\ \
- --version-string=8.0.3 \
- --no-info \
- --include=occ.8.in \
- --section=8 \
- --output=occ.8 \
- "echo -n Usage: occ && sudo -u www-data occ --no-ansi | tail -n+4 | sed 's/) /) /'"
+ --version-string=8.0 \
+ --help-option=\ --no-info \
+ --include=occ.8.in --section=8 --output=occ.8 \
+ "echo -n Usage: occ && sudo -u www-data occ --no-ansi | tail -n+4"
diff --git a/debian/occ.8 b/debian/occ.8
index 5250f45..9a9bcf3 100644
--- a/debian/occ.8
+++ b/debian/occ.8
@@ -1,22 +1,19 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5.
-.TH OCC "8" "March 2015" "occ 8.0.3" "System Administration Utilities"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3.
+.TH OCC "8" "December 2015" "occ 8.0" "System Administration Utilities"
.SH NAME
occ \- ownCloud server command line interface
.SH SYNOPSIS
.B occ
-[\fI\,options\/\fR] \fI\,command \/\fR[\fI\,arguments\/\fR]
+\fI\,command \/\fR[\fI\,options\/\fR] [\fI\,arguments\/\fR]
.SH OPTIONS
.TP
-\fB\-\-help\fR (\fB\-h\fR)
+\fB\-h\fR, \fB\-\-help\fR
Display this help message
.TP
-\fB\-\-quiet\fR (\fB\-q\fR)
+\fB\-q\fR, \fB\-\-quiet\fR
Do not output any message
.TP
-\fB\-\-verbose\fR (\fB\-v\fR|vv|vvv)
-Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
-.TP
-\fB\-\-version\fR (\fB\-V\fR)
+\fB\-V\fR, \fB\-\-version\fR
Display this application version
.TP
\fB\-\-ansi\fR
@@ -25,8 +22,11 @@ Force ANSI output
\fB\-\-no\-ansi\fR
Disable ANSI output
.TP
-\fB\-\-no\-interaction\fR (\fB\-n\fR)
+\fB\-n\fR, \fB\-\-no\-interaction\fR
Do not ask any interactive question
+.TP
+\fB\-v\fR|vv|vvv, \fB\-\-verbose\fR
+Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
.SS "Available commands:"
.TP
help
@@ -40,7 +40,7 @@ show some status information
.TP
upgrade
run upgrade routines
-.PP
+.IP
app
.TP
app:disable
@@ -51,7 +51,7 @@ enable an app
.TP
app:list
List all available apps
-.PP
+.IP
db
.TP
db:convert\-type
@@ -59,22 +59,22 @@ Convert the ownCloud database to the newly configured one
.TP
db:generate\-change\-script
generates the change script from the current connected db to db_structure.xml
-.PP
+.IP
encryption
.TP
encryption:migrate\-keys
migrate encryption keys
-.PP
+.IP
files
.TP
files:scan
rescan filesystem
-.PP
+.IP
l10n
.TP
l10n:createjs
Create javascript translation files for a given app
-.PP
+.IP
ldap
.TP
ldap:check\-user
@@ -100,7 +100,7 @@ shows which users are not available on LDAP anymore, but have remnants in ownClo
.TP
ldap:test\-config
tests an LDAP configuration
-.PP
+.IP
maintenance
.TP
maintenance:mode
@@ -111,7 +111,7 @@ repair this installation
.TP
maintenance:singleuser
set single user mode
-.PP
+.IP
music
.TP
music:reset\-database
@@ -119,7 +119,7 @@ will drop all metadata gathered by the music app (artists, albums, tracks)
.TP
music:scan
rescan music
-.PP
+.IP
user
.TP
user:delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list