Changeset 7473e38b


Ignore:
Timestamp:
Nov 12, 2010, 9:34:52 AM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
b401ef2
Parents:
35d2091
Message:
Fix typo in owl_command_with_history
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r35d2091 r7473e38b  
    26672667
    26682668  if (argc < 2) {
    2669     owl_function_makemsg("usage: %s <commands> ...", argv[2]);
     2669    owl_function_makemsg("usage: %s <commands> ...", argv[0]);
    26702670    return NULL;
    26712671  }
Note: See TracChangeset for help on using the changeset viewer.