aboutsummaryrefslogtreecommitdiff
path: root/toys/other/lsattr.c
AgeCommit message (Collapse)Author
2019-08-19Tiny cleanup, net two lines shorter.Rob Landley
2017-05-27Replace two space indents with tab indents in help text (for consistency).Rob Landley
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2016-10-22Tweak help text.Rob Landley
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2014-07-26Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still ↵Rob Landley
open, and add dir->again variable to distinguish second call instead of checking for -1 filehandle.
2014-05-02Attached is the patch for lsattr and chattr implementation.Ashwini Sharma
This is the modified and better version from the last one I sent. It is having the both the mains (lsattr_main() and chattr_main() ) in single file. Also removed the dependency of additional file in lib, as common code is in the same .c file.