~ubuntu-branches/debian/sid/dmedia/sid

« back to all changes in this revision

Viewing changes to debian/patches/01_fix_errors_in_manpage.patch

  • Committer: Bazaar Package Importer
  • Author(s): Bilal Akhtar
  • Date: 2011-01-04 16:03:29 UTC
  • Revision ID: james.westby@ubuntu.com-20110104160329-4e5vhosser50n4v7
Tags: 0.3.0~repack-1
Initial release (Closes: #608364)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Patch to fix errors in manpage
 
2
 This patch fixes a couple of errors that were in the dmedia-cli.1
 
3
 manpage. These errors were reported by Lintian.
 
4
Author: Bilal Akhtar <bilalakhtar@ubuntu.com>
 
5
--- a/dmedia-cli.1
 
6
+++ b/dmedia-cli.1
 
7
@@ -18,19 +18,19 @@
 
8
 dmedia is simple distributed media library. Media files are given a globally unique ID based on their content-hash. Meta-data is stored in CouchDB. Meta-data for a large number of media files can be available locally (meta-data is small).  Actual media files can be loaded on-demand from peers or cloud when not available locally (media files are big).  Goals are to make synchronization super easy, and to lay groundwork for a distributed content creation workflow.
 
9
 
 
10
 .SH OPTIONS
 
11
-.IP \fB\--version\fP
 
12
+.IP \fB\-\-version\fP
 
13
 Show program's version number and exit
 
14
-.IP \fB\--help,-h\fP
 
15
+.IP \fB\-\-help,-h\fP
 
16
 Show a help message and exit
 
17
-.IP \fB\--quick\fP
 
18
+.IP \fB\-\-quick\fP
 
19
 Do a fast scan without extracting extra metadata
 
20
-.IP\fB\ --project=PROJECT\fP
 
21
+.IP \fB\-\-project=PROJECT\fP
 
22
 Add imported files to specified PROJECT
 
23
-.IP\fB\ --tag=TAG\fP
 
24
+.IP \fB\-\-tag=TAG\fP
 
25
 Add specified TAG to imported files
 
26
-.IP\fB\ --type=TYPE\fP
 
27
+.IP \fB\-\-type=TYPE\fP
 
28
 Add specified TYPE to the list of file types to limit the import to. TYPE can be 'image', 'audio', 'video' or 'all'. 'all' is the default and represents 'image', 'audio' and 'video' files.
 
29
-.IP\fB\ --extension=EXTENSION\fP
 
30
+.IP \fB\-\-extension=EXTENSION\fP
 
31
 Add specified EXTENSION to the list of file extensions to limit the import to. By default, all file extensions that are recognised as audio, video or image file formats will be imported.
 
32
 
 
33