[Python-modules-commits] r16961 - in packages/python-demjson/trunk/debian (changelog jsonlint.1)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat May 7 13:23:23 UTC 2011


    Date: Saturday, May 7, 2011 @ 13:23:17
  Author: morph
Revision: 16961

* debian/jsonlint.1
  - don't use hyphen as minus sign

Modified:
  packages/python-demjson/trunk/debian/changelog
  packages/python-demjson/trunk/debian/jsonlint.1

Modified: packages/python-demjson/trunk/debian/changelog
===================================================================
--- packages/python-demjson/trunk/debian/changelog	2011-05-07 13:20:18 UTC (rev 16960)
+++ packages/python-demjson/trunk/debian/changelog	2011-05-07 13:23:17 UTC (rev 16961)
@@ -6,8 +6,10 @@
     - Bumped Standards-version to 3.9.2 - no changes necessary.
   * debian/watch
     - removed dh_make template lines, leaving only the used ones
+  * debian/jsonlint.1
+    - don't use hyphen as minus sign
 
- -- Sandro Tosi <morph at debian.org>  Sat, 07 May 2011 15:19:38 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 07 May 2011 15:22:54 +0200
 
 python-demjson (1.6-1) unstable; urgency=low
 

Modified: packages/python-demjson/trunk/debian/jsonlint.1
===================================================================
--- packages/python-demjson/trunk/debian/jsonlint.1	2011-05-07 13:20:18 UTC (rev 16960)
+++ packages/python-demjson/trunk/debian/jsonlint.1	2011-05-07 13:23:17 UTC (rev 16961)
@@ -31,7 +31,7 @@
 .SH OPTIONS
 
 The return status will be 0 if the file is legal JSON, or
-non-zero otherwise.  Use -v to see the warning details.
+non\-zero otherwise.  Use \-v to see the warning details.
 
 Options are:
 .B \-v, \-s, \-S, \-f, \-F, \-e
@@ -50,24 +50,24 @@
 Reformat the JSON (if legal) to stdout
 .TP
 .B \-F, \-\-format-compactly
-Reformat the JSON simlar to -f, but do so compactly by
+Reformat the JSON simlar to \-f, but do so compactly by
 removing all unnecessary whitespace
 .TP
 .B \-e codec, \-\-encoding=codec 
 .TP
 .B \-\-input\-encoding=codec \-\-output\-encoding=codec
 Set the input and output character encoding codec (e.g.,
-ascii, utf8, utf-16).  The -e will set both the input and
+ascii, utf8, utf-16).  The \-e will set both the input and
 output encodings to the same thing.  If not supplied, the
 input encoding is guessed according to the JSON
 specification.  The output encoding defaults to UTF-8, and is
-used when reformatting (via the -f or -F options).
+used when reformatting (via the \-f or \-F options).
 
 When reformatting, all members of objects (associative arrays) are
 always output in lexigraphical sort order.  The default output codec
-is UTF-8, unless the -e option is provided.  Any Unicode characters
+is UTF-8, unless the \-e option is provided.  Any Unicode characters
 will be output as literal characters if the encoding permits,
-otherwise they will be \u-escaped.  You can use "-e ascii" to force
+otherwise they will be \u-escaped.  You can use "\-e ascii" to force
 all Unicode characters to be escaped.
 
 .SH AUTHOR




More information about the Python-modules-commits mailing list