[Pkg-owncloud-commits] [owncloud] 06/07: Refresh manpage
David Prévot
taffit at moszumanska.debian.org
Fri Apr 17 05:02:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch wip/stable8
in repository owncloud.
commit fac1881cea65215556e18fc26f0b021530b2e757
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 | 64 +++++++++++++++++++++++++++++++++-------------------
2 files changed, 45 insertions(+), 30 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index 2535a19..bb3a3b5 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.1 \
+ --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..cdb5a66 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"
+.TH OCC "8" "April 2015" "occ 8.1" "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,10 +22,16 @@ 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
+check
+check dependencies of the server environment
+.TP
help
Displays help for a command
.TP
@@ -39,10 +42,13 @@ status
show some status information
.TP
upgrade
-run upgrade routines
-.PP
+run upgrade routines after installation of a new release. The release has to be installed before.
+.IP
app
.TP
+app:check\-code
+check code to be compliant
+.TP
app:disable
disable an app
.TP
@@ -51,7 +57,18 @@ enable an app
.TP
app:list
List all available apps
-.PP
+.IP
+background
+.TP
+background:ajax
+Use ajax to run background jobs
+.TP
+background:cron
+Use cron to run background jobs
+.TP
+background:webcron
+Use webcron to run background jobs
+.IP
db
.TP
db:convert\-type
@@ -59,22 +76,20 @@ 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
-encryption
-.TP
-encryption:migrate\-keys
-migrate encryption keys
-.PP
+.IP
files
.TP
+files:cleanup
+cleanup filecache
+.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 +115,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 +126,7 @@ repair this installation
.TP
maintenance:singleuser
set single user mode
-.PP
+.IP
music
.TP
music:reset\-database
@@ -119,9 +134,12 @@ will drop all metadata gathered by the music app (artists, albums, tracks)
.TP
music:scan
rescan music
-.PP
+.IP
user
.TP
+user:add
+adds a user
+.TP
user:delete
deletes the specified user
.TP
--
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