[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] help text \t garbled
From: |
Randy.Dunlap |
Subject: |
[Quilt-dev] help text \t garbled |
Date: |
Wed, 21 Apr 2004 11:25:09 -0700 |
quilt -h gives me:
Usage: quilt command [-h] ...
Commands are:
tadd files new push snapshot
tapplied fold next refresh top
tdelete fork patches remove unapplied
tdiff graph pop series
tedit import previous setup
Those leading 't's on each line are quite misleading and
annoying. They come from these commands in 'quilt':
quilt_commands \
| sort \
| column | column -t \
| sed -e 's/^/\t/'
Changing to /\\t/ doesn't help. Changing to ' ' does.
How should it be fixed?
Thanks,
--
~Randy
- [Quilt-dev] help text \t garbled,
Randy.Dunlap <=