usage string program name != executable name? #154

Closed
opened 2007-09-29 16:17:16 +00:00 by zooko · 1 comment

Sebastian tried out Tahoe last night, and one thing he pointed out was that the file he executed was named "allmydata-tahoe", but the usage string suggested that it be invoked as "allmydata".

Sebastian tried out Tahoe last night, and one thing he pointed out was that the file he executed was named "allmydata-tahoe", but the usage string suggested that it be invoked as "allmydata".
zooko added the
unknown
minor
defect
0.6.0
labels 2007-09-29 16:17:16 +00:00
zooko added this to the 0.6.1 milestone 2007-09-29 16:17:16 +00:00
zooko added
code-frontend
and removed
unknown
labels 2007-09-29 16:28:04 +00:00

fixed, in changeset:1c7f52265f0e7a38. The name 'allmydata' is still present in the output of
'tahoe --version':

% ./bin/tahoe --version
Twisted version: 2.5.0
Foolscap version: 0.1.7
zfec version: 1.1
allmydata version: 0.6.0-53

I'm not sure whether to change that or not.. the name of the python package
is still 'allmydata', so referring to "allmydata version" is slightly more
accurate than making it say "tahoe version". But the version string does
match the "allmydata-tahoe" source tarballs that we ship.

thoughts?

fixed, in changeset:1c7f52265f0e7a38. The name 'allmydata' is still present in the output of 'tahoe --version': ``` % ./bin/tahoe --version Twisted version: 2.5.0 Foolscap version: 0.1.7 zfec version: 1.1 allmydata version: 0.6.0-53 ``` I'm not sure whether to change that or not.. the name of the python package is still 'allmydata', so referring to "allmydata version" is slightly more accurate than making it say "tahoe version". But the version string *does* match the "allmydata-tahoe" source tarballs that we ship. thoughts?
warner added the
fixed
label 2007-10-11 22:41:07 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#154
No description provided.