This commit is contained in:
arevindh 2020-05-11 22:46:54 +05:30
parent 4e03db4959
commit 18df185b15

View file

@ -747,6 +747,6 @@ main() {
esac esac
shift shift
if [[ $# = 0 ]]; then if [[ $# = 0 ]]; then
helpFunc helpFunc;;
fi fi
} }