diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-06-30 20:13:21 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-06-30 20:13:21 +0300 |
commit | a91d5f59e586ca700d8ae665617dfd1dbd41dda3 (patch) | |
tree | 1598799fbc053154a70bcdb41d040fc6c988a56b /README | |
parent | 03238ecf179f95e8cad02082bb7199f29a26c07c (diff) |
Add option to get the configuration files from a given base directory
Instead boringly be replicating the directory base name where gitdm is
installed and write it on each option inside the configuration file, just send
it through the command line.
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ be: -a If a patch contains signoff lines from both Andrew Morton and Linus Torvalds, omit Linus's. + -b dir Specify the base directory to fetch the configuration files. + -c file Specify the name of the gitdm configuration file. By default, "./gitdm.config" is used. |