diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-27 16:41:39 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-27 16:41:39 -0500 |
commit | eb5cbeea0dc649d18ea4d6330c0787fc5a962b52 (patch) | |
tree | 1e18c56ee5a2f407e99095050692402bd5cb5c0f /librerepkg | |
parent | eba54d82f4e932ff2c3bf09fcc695085dc83bf19 (diff) |
fixes and tabs -> spaces
Diffstat (limited to 'librerepkg')
-rwxr-xr-x | librerepkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ usage() { while getopts 'h' arg; do case $arg in - h) usage; exit 0 ;; + h) usage; exit 0 ;; esac done |