]> git.madduck.net Git - code/vinst.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix name of --restart option
authormartin f. krafft <madduck@madduck.net>
Thu, 27 Feb 2014 18:17:54 +0000 (19:17 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 27 Feb 2014 18:17:54 +0000 (19:17 +0100)
vinst

diff --git a/vinst b/vinst
index bf0a14d99a0ac1f22282dba22008a6fbbb178b40..06f4a25d00286ff3995ab91baa7f6aa5a641ddb3 100755 (executable)
--- a/vinst
+++ b/vinst
@@ -93,7 +93,7 @@ while [ -n "$1" ]; do
     (--wipe)
       WIPE=1
       ;;
-    (--console)
+    (--restart)
       RESTART=1
       ;;
   esac