summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbornet-hl <mbornet.pro@wanadoo.fr>2015-04-09 10:56:07 +0200
committermbornet-hl <mbornet.pro@wanadoo.fr>2015-04-09 10:56:07 +0200
commit2a0c6b1f04d278a55e3e16ec70308e360d45f545 (patch)
treecce277b51d2f6a73ecd0d2fc0eed469908d20914
parent8e8a7ea3edfcecce5fb97b663ed373768dddde63 (diff)
downloadhl-2a0c6b1f04d278a55e3e16ec70308e360d45f545.zip
hl-2a0c6b1f04d278a55e3e16ec70308e360d45f545.tar.gz
hl-2a0c6b1f04d278a55e3e16ec70308e360d45f545.tar.bz2
Changed comment. Aligned options in column.
-rwxr-xr-xexample_scripts/hl_virsh_list11
1 files changed, 7 insertions, 4 deletions
diff --git a/example_scripts/hl_virsh_list b/example_scripts/hl_virsh_list
index 76a19b7..3f8e5e0 100755
--- a/example_scripts/hl_virsh_list
+++ b/example_scripts/hl_virsh_list
@@ -1,9 +1,12 @@
#!/bin/bash
#
-# Coloration de la commande virsh list --all
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# Colorization of the command "virsh list --all"
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
-# @(#) [MB] cr_hl_virsh_list Version 1.1 du 15/04/07 -
+# @(#) [MB] cr_hl_virsh_list Version 1.2 du 15/04/09 -
#
-hl -e -c '^ *Id.*|^--*' -g '.*running*' -m '.*shut off' -y '.*paused'
+hl -e -c '^ *Id.*|^--*' \
+ -g '.*running*' \
+ -m '.*shut off' \
+ -y '.*paused'