fish-shell/share/completions/touch.fish
axel c2f6c6c1d2 Do gettext translation of descriptions just-in-time internally in fish
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
2006-03-02 02:53:47 +10:00

11 lines
633 B
Fish

complete -c touch -s a -d (N_ "Change access time")
complete -c touch -s B -l backward -x -d (N_ "Set date back")
complete -c touch -s c -l no-create -d (N_ "Do not create file")
complete -c touch -s d -l date -x -d (N_ "Set date")
complete -c touch -s f -l forward -x -d (N_ "Set date forward")
complete -c touch -s m -d (N_ "Change modification time")
complete -c touch -s r -l reference -d (N_ "Use this files times")
complete -c touch -s t -d (N_ "Set date")
complete -c touch -l time -x -d (N_ "Set time")
complete -c touch -l help -d (N_ "Display help and exit")
complete -c touch -l version -d (N_ "Display version and exit")