[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [BusyBox] usage.h cleanup patch
From:       kent robotti <robotti () metconnect ! com>
Date:       2001-02-28 10:49:48
[Download RAW message or body]

Removed all : after options.

--- usage.h.orig        Sat Feb 24 18:55:06 2001
+++ usage.h     Wed Feb 28 10:07:44 2001
@@ -668,27 +668,27 @@
 #define mount_full_usage \
        "Mount a filesystem\n\n" \
        "Flags:\n"  \
-       "\t-a:\t\tMount all filesystems in fstab.\n" \
+       "\t-a\t\tMount all filesystems in fstab.\n" \
        USAGE_MTAB( \
-       "\t-f:\t\t\"Fake\" Add entry to mount table but don't mount it.\n" \
-       "\t-n:\t\tDon't write a mount table entry.\n" \
+       "\t-f\t\t\"Fake\" Add entry to mount table but don't mount it.\n" \
+       "\t-n\t\tDon't write a mount table entry.\n" \
        ) \
        "\t-o option:\tOne of many filesystem options, listed below.\n" \
-       "\t-r:\t\tMount the filesystem read-only.\n" \
-       "\t-t fs-type:\tSpecify the filesystem type.\n" \
-       "\t-w:\t\tMount for reading and writing (default).\n" \
+       "\t-r\t\tMount the filesystem read-only.\n" \
+       "\t-t fs-type\tSpecify the filesystem type.\n" \
+       "\t-w\t\tMount for reading and writing (default).\n" \
        "\n" \
        "Options for use with the \"-o\" flag:\n" \
-       "\tasync/sync:\tWrites are asynchronous / synchronous.\n" \
-       "\tatime/noatime:\tEnable / disable updates to inode access times.\n" \
-       "\tdev/nodev:\tAllow use of special device files / disallow them.\n" \
-       "\texec/noexec:\tAllow use of executable files / disallow them.\n" \
+       "\tasync/sync\tWrites are asynchronous / synchronous.\n" \
+       "\tatime/noatime\tEnable / disable updates to inode access times.\n" \
+       "\tdev/nodev\tAllow use of special device files / disallow them.\n" \
+       "\texec/noexec\tAllow use of executable files / disallow them.\n" \
        USAGE_MOUNT_LOOP( \
-       "\tloop:\t\tMounts a file via loop device.\n" \
+       "\tloop\t\tMounts a file via loop device.\n" \
        ) \
-       "\tsuid/nosuid:\tAllow set-user-id-root programs / disallow them.\n" \
-       "\tremount:\tRe-mount a mounted filesystem, changing its flags.\n" \
-       "\tro/rw:\t\tMount for read-only / read-write.\n" \
+       "\tsuid/nosuid\tAllow set-user-id-root programs / disallow them.\n" \
+       "\tremount\t\tRe-mount a mounted filesystem, changing its flags.\n" \
+       "\tro/rw\t\tMount for read-only / read-write.\n" \
        "\nThere are EVEN MORE flags that are specific to each filesystem.\n" \
        "You'll have to see the written documentation for those."

@@ -1032,11 +1032,11 @@
        "[flags] filesystem|directory"
 #define umount_full_usage \
        "Unmount file systems\n" \
-       "\nFlags:\n" "\t-a:\tUnmount all file systems" \
-       USAGE_MTAB(" in /etc/mtab\n\t-n:\tDon't erase /etc/mtab entries") \
-       "\n\t-r:\tTry to remount devices as read-only if mount is busy" \
-       USAGE_MOUNT_FORCE("\n\t-f:\tForce filesystem umount (i.e. unreachable NFS server)") \
-       USAGE_MOUNT_LOOP("\n\t-l:\tDo not free loop device (if a loop device has been used)")
+       "\nFlags:\n" "\t-a\tUnmount all file systems" \
+       USAGE_MTAB(" in /etc/mtab\n\t-n\tDon't erase /etc/mtab entries") \
+       "\n\t-r\tTry to remount devices as read-only if mount is busy" \
+       USAGE_MOUNT_FORCE("\n\t-f\tForce filesystem umount (i.e. unreachable NFS server)") \
+       USAGE_MOUNT_LOOP("\n\t-l\tDo not free loop device (if a loop device has been used)")

 #define uname_trivial_usage \
        "[OPTION]..."





[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic