mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
history, tab completion, quick access to documentation. It was developed at Facebook and ironically, is written mostly in python. It is open source and released under a modified BSD license. WWW: http://phpsh.org/
14 lines
474 B
Text
14 lines
474 B
Text
|
|
$FreeBSD$
|
|
|
|
--- src/phpsh.orig
|
|
+++ src/phpsh
|
|
@@ -10,7 +10,7 @@
|
|
p = OptionParser(usage=usage, version="%prog " + __version__)
|
|
p.add_option("-c", "--codebase-mode",
|
|
help="""Use "-c none" to load no codebase.
|
|
-See /etc/phpsh/rc.php for other codebase modes.""")
|
|
+See %%PREFIX%%/etc/phpsh/rc.php for other codebase modes.""")
|
|
p.add_option("-t", "--test-file",
|
|
help="""Run a saved-phpsh-session unit test file.
|
|
See test/ in the phpsh distribution for examples.""")
|