Changeset 856
- Timestamp:
- 03/30/08 16:16:01 (8 months ago)
- Files:
-
- branches/1.0.x/lib/jelix/utils/jCmdUtils.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/utils/jCmdUtils.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/utils/jCmdUtils.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix/utils/jCmdUtils.class.php
r778 r856 47 47 if (count($argv) == 0) { 48 48 if ($needed) { 49 throw new jException('jelix~errors.cli.param.missing', $ argv[0]);49 throw new jException('jelix~errors.cli.param.missing', $pname); 50 50 } else { 51 51 break; branches/1.0.x/lib/jelix/utils/jCmdUtils.class.php
r778 r856 47 47 if (count($argv) == 0) { 48 48 if ($needed) { 49 throw new jException('jelix~errors.cli.param.missing', $ argv[0]);49 throw new jException('jelix~errors.cli.param.missing', $pname); 50 50 } else { 51 51 break; branches/1.0.x/lib/jelix/utils/jCmdUtils.class.php
r778 r856 47 47 if (count($argv) == 0) { 48 48 if ($needed) { 49 throw new jException('jelix~errors.cli.param.missing', $ argv[0]);49 throw new jException('jelix~errors.cli.param.missing', $pname); 50 50 } else { 51 51 break;
