summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-04 22:00:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-04 22:00:18 +0000
commitd57cdbc921d1a50eb6d37471df59dbb3a8a0bb2b (patch)
tree9a1530860e4051617d323eb401ee3b282cff6ca7 /apps/ChangeLog.txt
parent2bfb3e74838ca580e5155df8a3e5fbfc3c7577e5 (diff)
downloadpx4-nuttx-d57cdbc921d1a50eb6d37471df59dbb3a8a0bb2b.tar.gz
px4-nuttx-d57cdbc921d1a50eb6d37471df59dbb3a8a0bb2b.tar.bz2
px4-nuttx-d57cdbc921d1a50eb6d37471df59dbb3a8a0bb2b.zip
Fix max filename size report by FAT statfs with long file names; Add missing logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5008 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 8cd30ae83..1bb2a08b5 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -270,3 +270,7 @@
are provided, then the current mountpoints are enumerated.
* apps/nshlib/nsh_mntcmds.c: Add an NSH df command to list the
properties of mounted file systems.
+ * apps/nshlib/nsh_parse.c: Extend help command options. 'help' with
+ no arguments outputs a short list of commands. With -v lists all
+ command line details. And command name can be added to just get
+ help on one command.