~patrickas/ensoft-sextant/add_dev_script

« back to all changes in this revision

Viewing changes to resources/sextant/web/interface.html

Change names of command line arguments and format to which they are used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                All functions calling specific function</option>
56
56
            <option value="functions_called_by">
57
57
                All functions called by a specific function</option>
58
 
            <option value="call_paths">
 
58
            <option value="all_call_paths">
59
59
                All function call paths between two functions</option>
60
 
            <option value="shortest_path">
 
60
            <option value="shortest_call_path">
61
61
                Shortest path between two functions</option>
62
62
            <option value="function_names">
63
63
                All function names</option>