[Pkg-owncloud-commits] [owncloud] 05/05: Refresh manpage

David Prévot taffit at moszumanska.debian.org
Mon Mar 30 03:23:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 629b03f37539d80151bab0f2e9882d98d0f605a6
Author: David Prévot <taffit at debian.org>
Date:   Sun Mar 29 22:14:18 2015 -0400

    Refresh manpage
---
 debian/README.source | 13 +++++++++
 debian/occ.8         | 77 +++++++++++++++++++++++++++++++++++++++-------------
 debian/occ.8.in      |  2 ++
 3 files changed, 73 insertions(+), 19 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 59f884b..2535a19 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -19,3 +19,16 @@ necessary parts of the source are installed as follows:
   are not installed
 * minified JavaScript libraries are regenerated from source
 * JavaScript libraries that are available via Debian are used (using symlinks).
+
+The following command has been used to prepare the manpage (from the debian/
+directory) — owncloud needs to be installed and setup, that’s why the manpage
+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/) /)  /'"
diff --git a/debian/occ.8 b/debian/occ.8
index d55d19a..5250f45 100644
--- a/debian/occ.8
+++ b/debian/occ.8
@@ -1,29 +1,32 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.1.
-.TH OCC "8" "August 2014" "ownCloud version 7.0.1" "System Administration Utilities"
+.\" 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"
 .SH NAME
 occ \- ownCloud server command line interface
-.SH DESCRIPTION
-ownCloud version 7.0.1
-.SS "Usage:"
-.IP
-[options] command [arguments]
+.SH SYNOPSIS
+.B occ
+[\fI\,options\/\fR] \fI\,command \/\fR[\fI\,arguments\/\fR]
 .SH OPTIONS
-.HP
-\fB\-\-help\fR           \fB\-h\fR Display this help message.
-.HP
-\fB\-\-quiet\fR          \fB\-q\fR Do not output any message.
-.HP
-\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
-.HP
-\fB\-\-version\fR        \fB\-V\fR Display this application version.
+.TP
+\fB\-\-help\fR (\fB\-h\fR)
+Display this help message
+.TP
+\fB\-\-quiet\fR (\fB\-q\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)
+Display this application version
 .TP
 \fB\-\-ansi\fR
-Force ANSI output.
+Force ANSI output
 .TP
 \fB\-\-no\-ansi\fR
-Disable ANSI output.
-.HP
-\fB\-\-no\-interaction\fR \fB\-n\fR Do not ask any interactive question.
+Disable ANSI output
+.TP
+\fB\-\-no\-interaction\fR (\fB\-n\fR)
+Do not ask any interactive question
 .SS "Available commands:"
 .TP
 help
@@ -57,19 +60,44 @@ Convert the ownCloud database to the newly configured one
 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
 files
 .TP
 files:scan
 rescan filesystem
 .PP
+l10n
+.TP
+l10n:createjs
+Create javascript translation files for a given app
+.PP
 ldap
 .TP
+ldap:check\-user
+checks whether a user exists on LDAP.
+.TP
+ldap:create\-empty\-config
+creates an empty LDAP configuration
+.TP
+ldap:delete\-config
+deletes an existing LDAP configuration
+.TP
+ldap:search
+executes a user or group search
+.TP
 ldap:set\-config
 modifies an LDAP configuration
 .TP
 ldap:show\-config
 shows the LDAP configuration
 .TP
+ldap:show\-remnants
+shows which users are not available on LDAP anymore, but have remnants in ownCloud.
+.TP
 ldap:test\-config
 tests an LDAP configuration
 .PP
@@ -84,8 +112,19 @@ repair this installation
 maintenance:singleuser
 set single user mode
 .PP
+music
+.TP
+music:reset\-database
+will drop all metadata gathered by the music app (artists, albums, tracks)
+.TP
+music:scan
+rescan music
+.PP
 user
 .TP
+user:delete
+deletes the specified user
+.TP
 user:lastseen
 shows when the user was logged it last time
 .TP
diff --git a/debian/occ.8.in b/debian/occ.8.in
new file mode 100644
index 0000000..a1af6bf
--- /dev/null
+++ b/debian/occ.8.in
@@ -0,0 +1,2 @@
+[name]
+occ \- ownCloud server command line interface

-- 
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