From 75f131147d3acb925adc1bf1cac240c59677b42e Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Wed, 24 Jul 2013 01:14:45 +0200
Subject: [PATCH] doc/vcsh.1.ronn: Alphabetize options

---
 doc/vcsh.1.ronn | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn
index b195707..3457736 100644
--- a/doc/vcsh.1.ronn
+++ b/doc/vcsh.1.ronn
@@ -164,16 +164,16 @@ executed in the context of your shell.
 Interesting knobs you can turn:
 
 * <$VCSH_GITIGNORE>:
-  Can be <exact>, <recursive>, or <none>.
+  Can be <exact>, <none>, or <recursive>.
 
   <exact> will seed the repo-specific ignore file with all file and directory
   names which `git ls-files` returns.
 
+  <none> will not write any ignore file.
+
   <recursive> will descend through all directories recursively additionally to
   the above.
 
-  <none> will not write any ignore file.
-
   Defaults to <exact>.
 
 Less interesting knobs you could turn:
-- 
GitLab