Skip to content

Commit

Permalink
Fix Bash Completion: stshowopt isnt a valid choice
Browse files Browse the repository at this point in the history
  • Loading branch information
dabiged authored and iustin committed Jan 7, 2025
1 parent 0c7307c commit aa6539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt-st.bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _mt () {
_init_completion || return

#possible commands
commands="weof wset eof fsf fsfm bsf bsfm fsr bsr fss bss rewind offline rewoffl eject retension eod seod seek tell status erase setblk lock unlock load compression setdensity drvbuffer stwrthreshold stoptions stsetoptions stclearoptions defblksize defdensity defdrvbuffer defcompression stsetcln sttimeout stlongtimeout densities setpartition mkpartition partseek asf stshowopt"
commands="weof wset eof fsf fsfm bsf bsfm fsr bsr fss bss rewind offline rewoffl eject retension eod seod seek tell status erase setblk lock unlock load compression setdensity drvbuffer stwrthreshold stoptions stsetoptions stclearoptions defblksize defdensity defdrvbuffer defcompression stsetcln sttimeout stlongtimeout densities setpartition mkpartition partseek asf stshowoptions"

COMPREPLY=()

Expand Down

0 comments on commit aa6539b

Please sign in to comment.