[Python-apps-commits] r14190 - in packages/bundlewrap/trunk/debian (bw.1)

highvoltage-guest at users.alioth.debian.org highvoltage-guest at users.alioth.debian.org
Mon Jul 10 11:51:12 UTC 2017


    Date: Monday, July 10, 2017 @ 11:51:11
  Author: highvoltage-guest
Revision: 14190

Update manpage

Modified:
  packages/bundlewrap/trunk/debian/bw.1

Modified: packages/bundlewrap/trunk/debian/bw.1
===================================================================
--- packages/bundlewrap/trunk/debian/bw.1	2017-07-10 10:06:21 UTC (rev 14189)
+++ packages/bundlewrap/trunk/debian/bw.1	2017-07-10 11:51:11 UTC (rev 14190)
@@ -1,15 +1,11 @@
-.\" (C) Copyright 2016 Jonathan Carter <jcarter at linux.com>,
-
-.TH Bundlewrap 1 "September 16 2016"
-
+.TH "Bundlewrap" 1 "September 16 2016" "Bundlewrap"
 .SH NAME
 bundlewrap \- Decentralized configuration management system with Python
 .SH SYNOPSIS
 .B bundlewrap
-.RI [-h] [-a] [-A] [-d] [-r DIRECTORY] [--version]
-.br
-.B {apply,debug,groups,hash,items,lock,metadata,nodes,plot,repo,run,stats,test,verify,zen}
-.RI  ...
+[-h] [-a] [-A] [-d] [-r DIRECTORY] [--version]
+{apply, debug, groups, hash, items, lock, metadata,
+nodes, plot, repo, run, stats, test, verify, zen} ...
 
 .SH DESCRIPTION
 BundleWrap fills the gap between complex deployments using Chef or
@@ -18,7 +14,8 @@
 your bundles using Python.
 
 While most other config management systems rely on a client-server
-architecture, BundleWrap works off a repository cloned to your local machine.
+architecture, BundleWrap works off a repository cloned to your local
+machine.
 
 It then automates the process of SSHing into your servers and making sure
 everything is configured the way it's supposed to be. You won't have to
@@ -26,7 +23,6 @@
 
 .SH OPTIONAL ARGUMENTS
 
-.PP
 .B \-h, \-\-help
 show this help message and exit
 .TP
@@ -52,7 +48,6 @@
 
 .SH SUBCOMMANDS:
 
-.PP
 use 'bw <subcommand> --help' for more info
 .TP
 .B apply
@@ -65,7 +60,8 @@
 Lists groups in this repository (deprecated, use `bw nodes -a`)
 .TP
 .B hash
-Shows a SHA1 hash that summarizes the entire configuration for this repo, node, group, or item.
+Shows a SHA1 hash that summarizes the entire configuration for this
+repo, node, group, or item.
 .TP
 .B items
 List and preview items for a specific node
@@ -80,7 +76,8 @@
 List all nodes in this repository
 .TP
 .B plot
-Generates DOT output that can be piped into `dot -Tsvg -ooutput.svg`. The resulting output.svg can be viewed using most browsers.
+Generates DOT output that can be piped into `dot -Tsvg -ooutput.svg`.
+The resulting output.svg can be viewed using most browsers.
 .TP
 .B repo
 Various subcommands to manipulate your repository
@@ -92,7 +89,8 @@
 Show some statistics about your repository
 .TP
 .B test
-Test your repository for consistency (you can use this with a CI tool like Jenkins)
+Test your repository for consistency (you can use this with a CI tool
+like Jenkins)
 .TP
 .B verify
 Inspect the health or 'correctness' of a node without changing it




More information about the Python-apps-commits mailing list