Quoting the current help text of the option:
This option is the default, so it does nothing. Deprecated as of
v0.6.0, scheduled for removal in v0.6.1.
This patch gets rid of the option and also adjusts the test suite,
which still used it.
- The doxygen source browser has been disabled temporarily. The
API reference is still online, though.
- Overhaul of the source code documentation.
+- The deprecated --full-path option of the ls command has been
+ removed. It was a no-op since 0.6.0.
-------------------------------
0.6.0 (2017-04-28) "fuzzy flux"
also given), chunk time and chunk offsets.
[/help]
- [option full-path]
- short_opt = F
- summary = list full paths, match full paths against patterns
- [help]
- This option is the default, so it does nothing. Deprecated as of
- v0.6.0, scheduled for removal in v0.6.1.
- [/help]
[option basename]
short_opt = b
summary = list and match basenames only
let i++
commands[$i]="ls"
required_objects[$i]='ogg_afh'
-cmdline[$i]="ls -l=v -F ${oggs[@]}"
+cmdline[$i]="ls -l=v ${oggs[@]}"
good[$i]='^attributes_txt: 33'
let i++